From: Richard M. Stallman Date: Mon, 2 Jun 1997 04:56:33 +0000 (+0000) Subject: (koi8-r): Use R for mode line. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~80957 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=49716ecdd5104ca40324846151d8d924a3c9d619;p=emacs.git (koi8-r): Use R for mode line. --- diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el index e58fdd0db7f..f01f6d3be5d 100644 --- a/lisp/language/cyrillic.el +++ b/lisp/language/cyrillic.el @@ -93,7 +93,11 @@ (make-coding-system 'koi8-r 4 - ?K "Coding-system used for KOI8." + ;; We used to use ?K. It is true that ?K is more strictly correct, + ;; but it is also used for Korean. + ;; So people who use koi8 for languages other than Russian + ;; will have to forgive us. + ?R "Coding-system used for KOI8." (cons ccl-decode-koi8 ccl-encode-koi8)) (define-coding-system-alias 'koi8-r 'koi8)